home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Erotic Games: Memory
/
Erotic Games: Memory.iso
/
mac
/
air_installers
/
AdobeAIR.exe
/
setup.swf
/
scripts
/
mx
/
events
/
ScrollEventDirection.as
< prev
next >
Wrap
Text File
|
2009-02-12
|
456b
|
23 lines
package mx.events
{
import mx.core.mx_internal;
use namespace mx_internal;
public final class ScrollEventDirection
{
public static const HORIZONTAL:String = "horizontal";
public static const VERTICAL:String = "vertical";
mx_internal static const VERSION:String = "3.0.0.0";
public function ScrollEventDirection()
{
super();
}
}
}